fix: update CI to support iPhone 17 Pro and fix architecture ambiguity#98
Open
kevinperaza wants to merge 5 commits intomasterfrom
Open
fix: update CI to support iPhone 17 Pro and fix architecture ambiguity#98kevinperaza wants to merge 5 commits intomasterfrom
kevinperaza wants to merge 5 commits intomasterfrom
Conversation
- Try iPhone 17 Pro simulator first, fall back to iPhone 16 Pro - Add explicit -arch arm64 flag to avoid architecture ambiguity - Set ONLY_ACTIVE_ARCH=NO for consistent builds Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Pin AnyCodable to exact version instead of using range to ensure consistent builds across environments. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
angel-basistheory
previously approved these changes
Feb 13, 2026
…upport The package(url:exact:) API requires PackageDescription 5.6 or later. This resolves the CI build error where Swift 5.5 doesn't support the exact: parameter used in the AnyCodable dependency declaration. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
The -arch flag conflicts with the -destination parameter since the destination already implies the architecture. Removing -arch arm64 resolves the "destination implies architecture" build error. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
…biguity Adding arch=arm64 to the destination string prevents xcodebuild from warning about multiple matching destinations. Removed ONLY_ACTIVE_ARCH=NO as it's no longer needed when the architecture is explicitly specified. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
-arch arm64ONLY_ACTIVE_ARCH=NOfor consistent builds across architecturesChanges
Updated
.github/scripts/integration-test.sh:Test plan
🤖 Generated with Claude Code